home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2526 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  550b  |  29 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 15)
  5.       {
  6.          _root.d_sluha.i = "mesec";
  7.       }
  8.       else if(0 < _root.draglej)
  9.       {
  10.          _root.d_sluha.inext = "konec";
  11.          _root.d_sluha.i = "lacinost";
  12.       }
  13.       else if(_root.ii15 >= 2)
  14.       {
  15.          _root.d_sluha.i = "sluzebnicek";
  16.       }
  17.       else
  18.       {
  19.          _root.d_sluha.i = "start";
  20.       }
  21.    }
  22.    else
  23.    {
  24.       _root.pepa.gotoAndPlay(_root.poz add "c");
  25.    }
  26.    _root.stopdragall();
  27.    _root.hideall();
  28. }
  29.